FlexPivot for WinForms
GetDetails(String,String,Dictionary<String,Object>,Object[],CancellationToken) メソッド

C1.PivotEngine アセンブリ > C1.PivotEngine 名前空間 > C1PivotEngine クラス > GetDetails メソッド : GetDetails(String,String,Dictionary<String,Object>,Object[],CancellationToken) メソッド
Path in the server's file system where DataEngine data is saved in files.
The name of a DataEngine table.
View definition used for performing aggregation.
Key values specifying the aggregated value (subtotal). See a description of keys and values in %C1.PivotEngine.C1PivotEngine.Exec(string, string, System.Collections.Generic.Dictionary<string,object>, System.Threading.CancellationToken)%
Enables task cancellation.
Makes source data rows used in obtaining a given aggregated value accessible to the server's clients.
シンタックス
'宣言
 
Public Overloads Shared Function GetDetails( _
   ByVal workspace As System.String, _
   ByVal table As System.String, _
   ByVal view As System.Collections.Generic.Dictionary(Of String,Object), _
   ByVal key() As System.Object, _
   ByVal cancelToken As System.Threading.CancellationToken _
) As System.Threading.Tasks.Task(Of IList)
public static System.Threading.Tasks.Task<IList> GetDetails( 
   System.string workspace,
   System.string table,
   System.Collections.Generic.Dictionary<string,object> view,
   System.object[] key,
   System.Threading.CancellationToken cancelToken
)

パラメータ

workspace
Path in the server's file system where DataEngine data is saved in files.
table
The name of a DataEngine table.
view
View definition used for performing aggregation.
key
Key values specifying the aggregated value (subtotal). See a description of keys and values in %C1.PivotEngine.C1PivotEngine.Exec(string, string, System.Collections.Generic.Dictionary<string,object>, System.Threading.CancellationToken)%
cancelToken
Enables task cancellation.

戻り値の型

List of source data objects that contributed to the given aggregation value.
解説
It is recommended to use paging providing source data to the clients, because a DataEngine table can have a very large number of rows and aggregating a subtotal can involve a considerable part of all rows.
参照

C1PivotEngine クラス
C1PivotEngine メンバ
オーバーロード一覧